Skip to content

Commit 013c706

Browse files
committed
Initial commit
0 parents  commit 013c706

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+3325
-0
lines changed

.bumpversion.cfg

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[bumpversion]
2+
current_version = 0.0.0
3+
commit = True
4+
tag = True
5+
6+
[bumpversion:file:repo_helper.yml]
7+
[bumpversion:file:__pkginfo__.py]
8+
[bumpversion:file:README.rst]
9+
[bumpversion:file:doc-source/index.rst]
10+
[bumpversion:file:seed_intersphinx_mapping/__init__.py]

.dependabot/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# This file is managed by 'repo_helper'. Don't edit it directly.
2+
---
3+
4+
version: 1
5+
update_configs:
6+
- package_manager: "python"
7+
directory: "/"
8+
update_schedule: "weekly"
9+
default_reviewers:
10+
- "domdfcoding"

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
labels: bug
5+
assignees: domdfcoding
6+
7+
---
8+
9+
<!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue.
10+
11+
PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE.
12+
INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROVIDED-->
13+
14+
## Description
15+
<!--Provide a brief description of the issue-->
16+
17+
18+
## Steps to Reproduce
19+
<!--Please add a series of steps to reproduce the issue-->
20+
21+
1.
22+
2.
23+
3.
24+
25+
## Actual result:
26+
<!--Please add screenshots if needed and include the Python traceback if present-->
27+
28+
29+
## Expected result:
30+
31+
32+
## Reproduces how often:
33+
<!--[Easily reproduced/Intermittent issue/No steps to reproduce]-->
34+
35+
36+
## Version
37+
38+
* Operating System:
39+
* Python:
40+
* seed_intersphinx_mapping:
41+
42+
## Installation source
43+
<!-- e.g. Github repository, Github Releases, PyPI/pip, Anaconda/conda -->
44+
45+
46+
## Other Additional Information:
47+
<!--Any additional information, related issues, extra QA steps, configuration or data that might be necessary to reproduce the issue-->
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
labels: "enhancement"
5+
assignees: domdfcoding
6+
7+
---
8+
9+
<!-- Have you searched for similar issues? Someone may already be working on the feature you are suggesting. Before submitting this issue, please check the open issues and add a note before logging a new issue.
10+
11+
PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE.
12+
INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROVIDED-->
13+
14+
15+
## Description
16+
<!--Provide a clear and concise description of what the problem is and the improvement you are suggesting-->
17+
18+
<!--Please add screenshots if needed-->
19+
20+
21+
## Version
22+
23+
* Operating System:
24+
* Python:
25+
* seed_intersphinx_mapping:
26+
27+
28+
## Other Additional Information:
29+
<!--Any additional information, related issues, etc.-->

.github/auto_assign.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# This file is managed by 'repo_helper'. Don't edit it directly.
2+
---
3+
4+
addReviewers: true
5+
addAssignees: true
6+
7+
# A list of reviewers to be added to pull requests (GitHub user name)
8+
reviewers:
9+
- domdfcoding
10+
11+
# A number of reviewers added to the pull request
12+
# Set 0 to add all the reviewers
13+
numberOfReviewers: 0
14+
15+
# A list of assignees, overrides reviewers if set
16+
# assignees:
17+
# - assigneeA
18+
19+
# A number of assignees to add to the pull request
20+
# Set to 0 to add all of the assignees.
21+
# Uses numberOfReviewers if unset.
22+
# numberOfAssignees: 2
23+
24+
# more settings at https://github.com/marketplace/actions/auto-assign-action

.github/stale.yml

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# This file is managed by 'repo_helper'. Don't edit it directly.
2+
# Configuration for probot-stale - https://github.com/probot/stale
3+
---
4+
5+
# Number of days of inactivity before an Issue or Pull Request becomes stale
6+
daysUntilStale: 180
7+
8+
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
9+
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
10+
daysUntilClose: 180
11+
12+
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
13+
onlyLabels: []
14+
15+
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
16+
exemptLabels:
17+
- pinned
18+
- security
19+
- "[Status] Maybe Later"
20+
21+
# Set to true to ignore issues in a project (defaults to false)
22+
exemptProjects: false
23+
24+
# Set to true to ignore issues in a milestone (defaults to false)
25+
exemptMilestones: false
26+
27+
# Set to true to ignore issues with an assignee (defaults to false)
28+
exemptAssignees: false
29+
30+
# Label to use when marking as stale
31+
staleLabel: wontfix
32+
33+
# Comment to post when marking as stale. Set to `false` to disable
34+
markComment: >
35+
This issue has been automatically marked as stale because it has not had
36+
recent activity. It will be closed if no further activity occurs. Thank you
37+
for your contributions.
38+
39+
# Comment to post when removing the stale label.
40+
# unmarkComment: >
41+
# Your comment here.
42+
43+
# Comment to post when closing a stale Issue or Pull Request.
44+
# closeComment: >
45+
# Your comment here.
46+
47+
# Limit the number of actions per hour, from 1-30. Default is 30
48+
limitPerRun: 30
49+
50+
# Limit to only `issues` or `pulls`
51+
# only: issues
52+
53+
# Optionally, specify configuration settings that are specific to just 'issues' or 'pulls':
54+
# pulls:
55+
# daysUntilStale: 30
56+
# markComment: >
57+
# This pull request has been automatically marked as stale because it has not had
58+
# recent activity. It will be closed if no further activity occurs. Thank you
59+
# for your contributions.
60+
61+
# issues:
62+
# exemptLabels:
63+
# - confirmed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# This file is managed by 'repo_helper'. Don't edit it directly.
2+
---
3+
name: "Docs Check"
4+
on:
5+
- pull_request
6+
- push
7+
8+
jobs:
9+
docs:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Checkout 🛎️
13+
uses: "actions/checkout@v1"
14+
- name: Install and Build 🔧
15+
uses: ammaraskar/sphinx-action@master
16+
with:
17+
pre-build-command: apt-get update && apt-get install gcc python3-dev -y && python -m pip install tox
18+
docs-folder: "doc-source/"
19+
build-command: "tox -e docs -- "

.github/workflows/octocheese.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# This file is managed by 'repo_helper'. Don't edit it directly.
2+
---
3+
4+
name: "GitHub Releases"
5+
on:
6+
push:
7+
schedule:
8+
- cron: 0 12 * * 2,4,6
9+
10+
jobs:
11+
test:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: domdfcoding/octocheese@master
15+
with:
16+
pypi_name: "seed_intersphinx_mapping"
17+
env:
18+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

.github/workflows/python_ci.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# This file is managed by 'repo_helper'. Don't edit it directly.
2+
---
3+
name: Windows Tests
4+
5+
on:
6+
push:
7+
pull_request:
8+
branches: ["master"]
9+
10+
jobs:
11+
tests:
12+
name: "Python ${{ matrix.python-version }}"
13+
runs-on: "windows-2019"
14+
env:
15+
USING_COVERAGE: '3.6,3.7,3.8,3.9-dev'
16+
17+
strategy:
18+
fail-fast: False
19+
matrix:
20+
python-version: ["3.6","3.7","3.8","3.9-dev"]
21+
22+
23+
steps:
24+
- name: Checkout 🛎️
25+
uses: "actions/checkout@v2"
26+
- name: Setup Python 🐍
27+
uses: "actions/setup-python@v2"
28+
with:
29+
python-version: "${{ matrix.python-version }}"
30+
- name: Install dependencies 🔧
31+
run: |
32+
python -VV
33+
python -m site
34+
python -m pip install --upgrade pip setuptools wheel
35+
python -m pip install --upgrade tox tox-gh-actions virtualenv
36+
37+
- name: "Run Tests for Python ${{ matrix.python-version }}"
38+
run: "python -m tox"

.github/workflows/python_ci_macos.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# This file is managed by 'repo_helper'. Don't edit it directly.
2+
---
3+
name: macOS Tests
4+
5+
on:
6+
push:
7+
pull_request:
8+
branches: ["master"]
9+
10+
jobs:
11+
tests:
12+
name: "Python ${{ matrix.python-version }}"
13+
runs-on: "macos-latest"
14+
env:
15+
USING_COVERAGE: '3.6,3.7,3.8,3.9-dev'
16+
17+
strategy:
18+
fail-fast: False
19+
matrix:
20+
python-version: ["3.6","3.7","3.8","3.9-dev"]
21+
22+
23+
steps:
24+
- name: Checkout 🛎️
25+
uses: "actions/checkout@v2"
26+
- name: Setup Python 🐍
27+
uses: "actions/setup-python@v2"
28+
with:
29+
python-version: "${{ matrix.python-version }}"
30+
- name: Install dependencies 🔧
31+
run: |
32+
python -VV
33+
python -m site
34+
python -m pip install --upgrade pip setuptools wheel
35+
python -m pip install --upgrade tox tox-gh-actions virtualenv
36+
37+
- name: "Run Tests for Python ${{ matrix.python-version }}"
38+
run: "python -m tox"

.gitignore

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
# This file is managed by 'repo_helper'. Don't edit it directly.
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
*.so
6+
.Python
7+
build/
8+
develop-eggs/
9+
dist/
10+
downloads/
11+
eggs/
12+
.eggs/
13+
lib/
14+
lib64/
15+
parts/
16+
sdist/
17+
var/
18+
wheels/
19+
*.egg-info/
20+
.installed.cfg
21+
*.egg
22+
*.egg*
23+
*.manifest
24+
*.spec
25+
pip-log.txt
26+
pip-delete-this-directory.txt
27+
htmlcov/
28+
.tox/
29+
.coverage
30+
.coverage.*
31+
.cache
32+
nosetests.xml
33+
coverage.xml
34+
*.cover
35+
.hypothesis/
36+
.pytest_cache/
37+
cover/
38+
*.mo
39+
*.pot
40+
*.log
41+
local_settings.py
42+
db.sqlite3
43+
instance/
44+
.webassets-cache
45+
.scrapy
46+
docs/_build/
47+
doc/build
48+
target/
49+
.ipynb_checkpoints
50+
.python-version
51+
celerybeat-schedule
52+
celerybeat.pid
53+
*.sage.py
54+
.env
55+
.venv
56+
env/
57+
venv/
58+
ENV/
59+
env.bak/
60+
venv.bak/
61+
.spyderproject
62+
.spyproject
63+
.ropeproject
64+
/site
65+
.mypy_cache/
66+
.dmypy.json
67+
dmypy.json
68+
*.iml
69+
*.ipr
70+
cmake-build-*/
71+
.idea/**/mongoSettings.xml
72+
*.iws
73+
out/
74+
atlassian-ide-plugin.xml
75+
com_crashlytics_export_strings.xml
76+
crashlytics.properties
77+
crashlytics-build.properties
78+
fabric.properties
79+
.idea
80+
build
81+
**/__pycache__
82+
**/conda
83+
__pypackages__/
84+
profile_default/
85+
ipython_config.py
86+
Pipfile.lock
87+
.pyre/

0 commit comments

Comments
 (0)