-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from scipp/update-name
Update project name
- Loading branch information
Showing
40 changed files
with
91 additions
and
91 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY | ||
_commit: 4180f34 | ||
_src_path: gh:scipp/copier_template | ||
description: Python application craft helper tools. | ||
description: Python application construction helper. | ||
max_python: '3.12' | ||
min_python: '3.10' | ||
namespace_package: '' | ||
nightly_deps: '' | ||
nightly_deps: Textualize/rich | ||
orgname: scipp | ||
prettyname: App Crafter | ||
projectname: app-crafter | ||
prettyname: Appstract | ||
projectname: appstract | ||
related_projects: '' | ||
year: 2024 |
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,20 +1,20 @@ | ||
## Contributing to App Crafter | ||
## Contributing to Appstract | ||
|
||
Welcome to the developer side of App Crafter! | ||
Welcome to the developer side of Appstract! | ||
|
||
Contributions are always welcome. | ||
This includes reporting bugs or other issues, submitting pull requests, requesting new features, etc. | ||
|
||
If you need help with using App Crafter or contributing to it, have a look at the GitHub [discussions](https://github.com/scipp/app-crafter/discussions) and start a new [Q&A discussion](https://github.com/scipp/app-crafter/discussions/categories/q-a) if you can't find what you are looking for. | ||
If you need help with using Appstract or contributing to it, have a look at the GitHub [discussions](https://github.com/scipp/appstract/discussions) and start a new [Q&A discussion](https://github.com/scipp/appstract/discussions/categories/q-a) if you can't find what you are looking for. | ||
|
||
For bug reports and other problems, please open an [issue](https://github.com/scipp/app-crafter/issues/new) in GitHub. | ||
For bug reports and other problems, please open an [issue](https://github.com/scipp/appstract/issues/new) in GitHub. | ||
|
||
You are welcome to submit pull requests at any time. | ||
But to avoid having to make large modifications during review or even have your PR rejected, please first open an issue first to discuss your idea! | ||
|
||
Check out the subsections of the [Developer documentation](https://scipp.github.io/app-crafter/developer/index.html) for details on how App Crafter is developed. | ||
Check out the subsections of the [Developer documentation](https://scipp.github.io/appstract/developer/index.html) for details on how Appstract is developed. | ||
|
||
## Code of conduct | ||
|
||
This project is a community effort, and everyone is welcome to contribute. | ||
Everyone within the community is expected to abide by our [code of conduct](https://github.com/scipp/app-crafter/blob/main/CODE_OF_CONDUCT.md). | ||
Everyone within the community is expected to abide by our [code of conduct](https://github.com/scipp/appstract/blob/main/CODE_OF_CONDUCT.md). |
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,16 +1,16 @@ | ||
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md) | ||
[![PyPI badge](http://img.shields.io/pypi/v/app-crafter.svg)](https://pypi.python.org/pypi/app-crafter) | ||
[![Anaconda-Server Badge](https://anaconda.org/scipp/app-crafter/badges/version.svg)](https://anaconda.org/scipp/app-crafter) | ||
[![PyPI badge](http://img.shields.io/pypi/v/appstract.svg)](https://pypi.python.org/pypi/appstract) | ||
[![Anaconda-Server Badge](https://anaconda.org/scipp/appstract/badges/version.svg)](https://anaconda.org/scipp/appstract) | ||
[![License: BSD 3-Clause](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](LICENSE) | ||
|
||
# App Crafter | ||
# Appstract | ||
|
||
## About | ||
|
||
Python application craft helper tools. | ||
Python application construction helper. | ||
|
||
## Installation | ||
|
||
```sh | ||
python -m pip install app-crafter | ||
python -m pip install appstract | ||
``` |
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,2 +1,2 @@ | ||
<!-- This will display the version of the docs --> | ||
Current App Crafter version: {{ version }} (<a href="https://github.com/scipp/app-crafter/releases">older versions</a>). | ||
Current Appstract version: {{ version }} (<a href="https://github.com/scipp/appstract/releases">older versions</a>). |
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
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
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
File renamed without changes.
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
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
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
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
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
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
Oops, something went wrong.