Metadata-Version: 2.1
Name: ScholarCodeCollective
Version: 0.1.7.1
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](google.com).

## Installation

Provide installation instructions here.

## Usage

Provide usage instructions here.

## Contributing

Guidelines for how to contribute to the project.

## License

Information about the licensing.
