-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
97 additions
and
1,088 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
<p align="center"> | ||
<img src="https://apod.nasa.gov/apod/image/2312/CalNeb_Powell_960.jpg" width="100%" /> | ||
<p align="center">Could Queen Calafia's mythical island exist in space? Perhaps not, but by chance the outline of this molecular space cloud echoes the outline of the state of California, USA. Our Sun has its home within the Milky Way's Orion Arm, only about 1,000 light-years from the California Nebula. Also known as NGC 1499, the classic emission nebula is around 100 light-years long. On the featured image, the most prominent glow of the California Nebula is the red light characteristic of hydrogen atoms recombining with long lost electrons, stripped away (ionized) by energetic starlight. The star most likely providing the energetic starlight that ionizes much of the nebular gas is the bright, hot, bluish Xi Persei just to the right of the nebula. A regular target for astrophotographers, the California Nebula can be spotted with a wide-field telescope under a dark sky toward the constellation of Perseus, not far from the Pleiades. Explore Your Universe: Random APOD Generator</p> | ||
</p> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
[metadata] | ||
name = pallur | ||
description = A Modern Command Line Tool for Apache Kafka. | ||
name = cygx1 | ||
description = The immensity of the universe is difficult to grasp. | ||
author = Clivern | ||
author_email = [email protected] | ||
license = MIT | ||
license_files = LICENSE.txt | ||
long_description = file: README.rst | ||
long_description_content_type = text/x-rst; charset=UTF-8 | ||
url = https://github.com/Clivern/Pallur/ | ||
url = https://github.com/Clivern/cygx1/ | ||
project_urls = | ||
Documentation = https://github.com/Clivern/Pallur/ | ||
Source = https://github.com/Clivern/Pallur/ | ||
Changelog = https://github.com/Clivern/Pallur/blob/main/CHANGELOG.rst | ||
Tracker = https://github.com/Clivern/Pallur/issues | ||
Download = https://pypi.org/project/Pallur/#files | ||
Documentation = https://github.com/Clivern/cygx1/ | ||
Source = https://github.com/Clivern/cygx1/ | ||
Changelog = https://github.com/Clivern/cygx1/blob/main/CHANGELOG.rst | ||
Tracker = https://github.com/Clivern/cygx1/issues | ||
Download = https://pypi.org/project/cygx1/#files | ||
|
||
platforms = any | ||
|
||
|
@@ -31,10 +31,7 @@ package_dir = | |
|
||
install_requires = | ||
click<=8.1.7 | ||
PyYAML<=6.0.1 | ||
prettytable<=3.8.0 | ||
cryptography<=41.0.7 | ||
confluent-kafka<=2.3.0 | ||
requests<=2.31.0 | ||
importlib-metadata<=7.0.0; python_version<"3.8" | ||
|
||
[options.packages.find] | ||
|
@@ -51,7 +48,7 @@ testing = | |
|
||
[options.entry_points] | ||
console_scripts = | ||
pallur = pallur.cli:main | ||
cygx1 = cygx1.cli:main | ||
|
||
[tool:pytest] | ||
addopts = | ||
|
@@ -77,4 +74,4 @@ exclude = | |
|
||
[pyscaffold] | ||
version = 4.1.1 | ||
package = pallur | ||
package = cygx1 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.