Metadata-Version: 2.4
Name: nebpkg
Version: 1.2.0
Summary: Nebula, the package manager for the Comet programming language.
Author: Nathaniel Chandler
License: GPLv3
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich>=15.0.0
Requires-Dist: requests>=2.34.2
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# Nebula Package Manager
Nebula is the CLI package manager for the Comet Programming Language.  
  
The source code for Comet can be found here: https://chookspace.com/Comet/Comet
Or for Nebula: https://chookspace.com/Comet/Nebula  
  
There is also Github mirror of Comet if you would prefer that: https://github.com/SpookyDervish/Comet

## Usage
### Installing a Package
To install a rock type:
```
neb install packageName
```
Or if you wish to install a particular version:
```
neb install packageName@1.0.0
```
(replace the number with the version number of the rock you want to install)

## Changelog
### 1.2.0
- Add support for modules written in Comet
- Made it so that you don't have to build Comet to install the headers
- Added the `neb build` command to make it easier to develop rocks

### 1.1.0
- Switched from getting the latest commit of packages to getting the latest release
- Added the `uninstall` subcommand
- Added the `search` subcommand

### 1.0.1
- Fix long description hopefully

### 1.0.0
- Initial release
