Metadata-Version: 2.1
Name: ScholarCodeCollective
Version: 0.1.7.2
Summary: A collective library for the code behind several academic papers
Home-page: https://google.com
Author: Author Name
Author-email: author_email@mail.com
License: The Unlicense
Requires-Python: >=3.9, <3.12
Description-Content-Type: text/markdown

# A template to structure your Python application
A python project to use as a template when developing a Python application.

## In order to create a Python project with a similar structure you need to do the following: 
### The structure of the project should be as follows: 
```
project
â”œâ”€â”€ README.md
â”œâ”€â”€ example
â”‚ â”œâ”€â”€ init.py
â”‚ â”œâ”€â”€ package_1
â”‚ â”‚ â”œâ”€â”€ init.py
â”‚ â”‚ â”œâ”€â”€ awesome_module.py
â”‚ â”‚ â”œâ”€â”€ ...
â”‚ â”‚ â””â”€â”€ awesome_module_n.py
â”‚ â””â”€â”€ package_2
â”‚ â”œâ”€â”€ init.py
â”‚ â””â”€â”€ module.py
â”œâ”€â”€ setup.py
â””â”€â”€ tests
â””â”€â”€ init.py
```
### Command for wheel creation and upload 
* For Python3 users: 
  * `python setup.py sdist`
  * `del dist\*`
  * `stwine upload --verbose dist/*    `

# ScholarCodeCollective Package

Welcome to the ScholarCodeCollective package. Below you will find links to various resources including our local documentation.

## Documentation

For detailed documentation, please refer to our [local documentation](file:///D:/Research%20HKU/PYPI_lib/Documentation/_build/html/index.html).
(file:///D:/Research%20HKU/PYPI_lib/Documentation/_build/html/index.html)

## Installation

Provide installation instructions here.

## Usage

Provide usage instructions here.

## Contributing

Guidelines for how to contribute to the project.

## License

Information about the licensing.
